Hi All,
I am trying to upgrade to pagerduty webhook V3 version. I have couple of doubts and question as follow.
Questions
- how to create Webhook version v3 subscription ? if you follow documentation, in API Ref. it show
Accept*:application/vnd.pagerduty+json;version=2
to create subscription. - How to differ Webhook v2 subscription and Webhook v3 subscription ? I check both subscription response both are same. (is there any way to see v3 subscription/integration.)
- There is any version up for pagerduty API for creating subscription or are we still using “PagerDuty V2 API” to create Webhook v3 subscription ?.
doubts:
- when I see integrations --> service integration I am able to see only v2 subscription. any Idea ?
- I pass
Accept*:application/vnd.pagerduty+json;version=3
while trying to create Webhook v3 subscription. I got success response. But if I see service integration list for above subscription it show me as “Generic v2 Webhook”. Anyone have idea on this ?